Try one more time to fix win32 ci
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Sep 2020 04:17:43 +0000 (00:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Sep 2020 12:13:35 +0000 (08:13 -0400)
.gitlab-ci/test-msys2.sh
meson.build

index 1298ab659a276c2d45d729e6d238f1b5156112a3..d311f4bbe7d5fdc814ce51df104068d815642617 100644 (file)
@@ -48,7 +48,7 @@ if ! pkg-config --atleast-version=2.65.0 glib-2.0; then
 fi
 pkg-config --modversion glib-2.0
 
-if ! pkg-config --atleast-version=1.45.4 pango; then
+if ! pkg-config --atleast-version=1.47.0 pango; then
     git clone https://gitlab.gnome.org/GNOME/pango.git _pango
     meson setup _pango_build _pango
     meson compile -C _pango_build
index 242d0e394ae71051e400232f16b3dcce4a5d257e..713c2f547538df7dc93a57d9b016880f069cb81a 100644 (file)
@@ -23,7 +23,7 @@ else
 endif
 
 glib_req           = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req          = '>= 1.47.0'
+pango_req          = '>= 1.47.0' # keep this in sync with .gitlab-ci/test-msys.sh
 fribidi_req        = '>= 0.19.7'
 cairo_req          = '>= 1.14.0'
 gdk_pixbuf_req     = '>= 2.30.0'